
/* utils.js配合使用 */

.lDialogMask {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    z-index:999;
    position: fixed;
    left: 0;
    top: 0;
    /* 兼容ie */
    _position: absolute;
    _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); 
    _height :expression(documentElement.offsetHeight);
}
.lDialogContent{
    position:fixed;
    top:50%;
    left:50%;
    z-index:1000;
    font-size:12px;
    
    /* 兼容ie */
    _position:absolute;
    _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth/2);
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); 
}
.lDialogHeader{
    height:60px;cursor:move;background-color:white;width:100%;
}
.lDialogHeader b{
    position:absolute;top:15px;left:30px;font-size:18px;color:black;font-family:"Microsoft YaHei";font-weight:bold;
}
.lDialogHeader span{
    position:relative;top:15px;left:-30px;font-size:bold;font-size:20px;float:right;cursor:pointer;
}

/* 弹窗/登录页面 */
#slogn .t{ padding:10px 10px 15px; }
#slog label{
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
#slogn .t b{ font-weight:bold; font-size:20px; line-height:30px; font-family:"Microsoft YaHei";}
#slogn .t a{ float:right; width:9px; height:30px; text-indent:-999em; background:url(../Images/close.gif) no-repeat 0 11px;}
#slogn .t a:hover{ background:url(../Images/close.gif) no-repeat -9px 11px;}
#slogn dl{ height:34px; padding:10px 0 5px 65px; line-height:34px;}
#slogn dl dt,#slogn dl dd{ float:left;}
#slogn dl dt input{ padding:2px 2px 2px 42px; border-radius:16px; border:#ccc 1px solid; height:30px; line-height:30px; width:218px;}
#slogn dl dt input.slogi1{ background:url(../Images/slogi.gif) no-repeat 8px 0;}
#slogn dl dt input.slogi2{ background:url(../Images/slogi.gif) no-repeat 8px -32px;}
#slogn dl dt input.slogi3{ background:url(../Images/slogi.gif) no-repeat 8px -64px;}
#slogn dl dt input.slogi4{ background:url(../Images/slogi.gif) no-repeat 8px -96px;}
#slogn dl dd a{ padding-left:10px; color:#1674D7;}
#slogn .b{ padding:10px 0 15px 65px;}
#slogn .slogb{ background:url(../Images/slogb.gif) no-repeat 0 0; width:265px; height:38px; line-height:34px; text-align:center; color:#fff; font-family:"Microsoft YaHei"; font-size:18px; border:0; margin-left:65px; cursor:pointer;}
#slogn .slogb:hover{ background:url(../Images/slogb.gif) no-repeat 0 -38px;}
.sltab{ background:#edeef0; line-height:39px; height:40px; border-top:#ccc 1px solid; border-left:#ccc 1px solid;}
.sltab li{ float:left; text-align:center;}
.sltab li a{ display:block; color:#888; width:108px; font-family:"Microsoft YaHei"; font-size:12px; border-right:#ccc 1px solid; padding-left:20px; background-image:url(../Images/dli.gif); background-repeat:no-repeat;}/* border-bottom:#ccc 1px solid;  */
.sltab li a:hover{ background-color:#e9e9e9; background-image:url(../Images/dli1.gif); background-repeat:no-repeat; text-decoration:none; color:#666;}
.sltab li a.on{ background:#fff; width:110px; background-image:url(../Images/dli1.gif); background-repeat:no-repeat; border-bottom:#fff 1px solid; color:#333;}
.sltab li a.sj{ background-position:22px -39px;}
.sltab li a.yh{ background-position:30px 2px;}
.sltab li a.er{ background-position:25px -79px;}
#slogn .txt{ line-height:40px; text-align:center; color:#666;}
#slogn .pa{ text-align:center; padding-right:80px;}
#slogn .pa1{ text-align:center;}
#slogn .pa a,#slogn .pa1 a{ line-height:36px; color:#36F;}

.xzt{ text-align:center; background:#ebebeb; padding:5px 0; line-height:24px;}
.xzt b{ color:#ba2636; font-size:20px; font-weight:bold;}
.xzt i{ font-style:normal; color:#999;}
.xzc{ text-align:center; padding:10px 0;}
.xzc a{ line-height:24px; display:inline-block; padding:0 10px; border:#ddd 2px solid; margin:0 5px;}
.xzc a.on{ border:#ba2636 2px solid;}
.xzb{ text-align:center; }
#slogn .xzb .slogb{ margin-left:0;}
/* 弹窗/购买页面 */
.hbpa{ padding:0 10px 10px;}
.hbpa dl dt{ width:100px;}
.hbsel{ border:#ccc 1px solid; background:url(../Images/qusel.gif) no-repeat right 0; line-height:30px; width:200px; padding:2px 40px 2px 5px; float:left; position:relative; cursor:pointer;}
.hbsel em{ position:absolute; top:35px; left:-1px; background:#fff; font-style:normal; width:245px; border:#ccc 1px solid; border-top:0;}
.hbsel em p{ padding:0 5px;}
.hbsel em p:hover{ background:#f2f2f2;}
.hbsel i{ font-style:normal; float:right;}
.noj{ font-style:normal; text-decoration:line-through; color:#666;}
.sfj{ color:#ba2636; font-size:20px; padding-left:20px;}
.bottomLogin{ background:url(../Images/btn01.gif) no-repeat; width:70px; height:25px; color:#333; line-height:24px; text-align:center; display:inline-block; border:0 none; cursor:pointer; margin:5px 10px;}
